Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

updated readme #11

Merged
merged 2 commits into from
Sep 27, 2018
Merged

updated readme #11

merged 2 commits into from
Sep 27, 2018

Conversation

jpvajda
Copy link
Contributor

@jpvajda jpvajda commented Sep 12, 2018

updated readme

@jpvajda
Copy link
Contributor Author

jpvajda commented Sep 12, 2018

@adducci @thinkterry - could you code review this SDK update PR when you have a moment?

@@ -31,3 +31,9 @@ $ docker-compose run --rm swagger-codegen generate -i /swagger-api/yaml/index2.y
This will generate the API v2 client files under `output/jcapiv2`

Once you are satisfied with the generated API client, you can replace the existing files under the `jcapiv1` and `jcapiv2` folders with your generated files.
```
rm -rf jcapiv1
mv output/jcapiv1 .
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Above it looks like the commands use /swagger-api/out/jcapiv[1|2]. SHould output be just out? Also, using absolute paths here might be more clear, if not too verbose.

@thinkterry thinkterry merged commit 141ee34 into master Sep 27, 2018
thinkterry pushed a commit that referenced this pull request Sep 27, 2018
@thinkterry thinkterry deleted the update-readme-file branch September 27, 2018 21:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

7 participants